A program executes when the system scheduler gives execution control to one of the program s threads 當(dāng)系統(tǒng)計(jì)劃程序給程序的線程之一執(zhí)行控制權(quán)時(shí),程序便執(zhí)行。
The following table lists debugging tasks involving execution control and points to their associated help pages . to 下表列出了涉及執(zhí)行控制的調(diào)試任務(wù),并指向這些任務(wù)的關(guān)聯(lián)幫助頁(yè)。
From a functional programming standpoint , the expression is not yet a general piece of logic ; that is , it cannot be passed around and asked to execute whenever you want , without regard to the current position of execution control 從函數(shù)編程的角度看,這個(gè)表達(dá)式還不是一般性的邏輯,就是說(shuō),它不能不管執(zhí)行控制的當(dāng)前位置而隨心所欲地傳遞并執(zhí)行。
It covers the theory and algorithm of how to implement the breakpoint , single step , execution control and symbolic access . the general hardware and operation system support are briefly introduced in order to well explain the mechanism of debugging process 然后介紹了斷點(diǎn)設(shè)置,單步跟蹤,執(zhí)行控制和符號(hào)表讀寫(xiě)的原理;以及硬件和操作系統(tǒng)對(duì)跟蹤調(diào)試的支持。
It means that any such method call might execute synchronously or asynchronously , with respect to the caller , and the caller cannot make any assumptions about completion of such a call when execution control returns to it . calling the 這意味著任何這種方法調(diào)用都可能相對(duì)于其調(diào)用方同步或異步執(zhí)行,當(dāng)執(zhí)行控制權(quán)返回調(diào)用方時(shí),調(diào)用方不能進(jìn)行任何有關(guān)這種調(diào)用完成的假設(shè)。